home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D Images
/
3D Images.iso
/
programs
/
amiga
/
rend24
/
install-libs
next >
Wrap
Text File
|
1995-01-12
|
667b
|
24 lines
; Script to install libraries from this disk into your current
; LIBS: directory.
Echo " "
Echo "This script will install three libraries into your current"
Echo "LIBS: directory which are used by the Rend24 program."
Echo "They are hame.library, dctv.library, and arp.library."
Echo " "
Echo "Arp.library is required for Rend24's built-in front end."
Echo "Hame.library is required to render HAM-E images."
Echo "Dctv.library is required to render DCTV images."
Echo " "
Ask "Do you want to install these libraries?"
Echo " "
If WARN
Copy libs/#?.library LIBS:
Echo "Library installation complete."
Else
Echo "Libraries not installed."
EndIf
Echo " "